home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / tonyray1.arc / E1.FMT < prev    next >
Encoding:
Text File  |  1985-04-06  |  1.0 KB  |  25 lines

  1. *begin e1.fmt
  2. clear
  3. @03,00 say '     File number:' get file_nmbr
  4. @01,30 say '*** Casefile Information ***'
  5. @04,00 say "  client's name :" get clientname PICT '@!'
  6. @05,00 say '  client street :' get cstreet PICT '@!'
  7. @06,00 say 'his city/st/zip :' get ccity_st PICT '@!'
  8. @07,00 say " client's phone :" get cphone
  9. @08,00 say 'alternate phone :' get altphone
  10. @09,00 say '        contact :' get contact PICT '@!'
  11. @10,00 say '      reference :' get reference
  12. @11,00 say ' other attorney :' get opa PICT '@!'
  13. @12,00 say '      his phone :' get opa_phone
  14. @13,00 say '          court :' get court
  15. @14,00 say '   cause number :' get cause_nmbr
  16. @16,30 say '*** Billing Information ***'
  17. @18,00 say 'billing on hold Y or N? :' get hold PICT '@!'
  18. @18,30 say 'billing code (1 or 5) :' get code
  19. @20,00 say 'previous bal. :' get prev_bal
  20. @20,26 say 'service bal.  :' get ser_bal
  21. @20,53 say 'expense bal. :' get exp_bal
  22. @22,00 say 'payment bal. :' get pay_bal
  23. @22,26 say 'beginning bal.:' get begin_bal
  24. @24,21 say '*** Hit ctrl-w or ctrl-end to exit ***'
  25. *eof e1.fmt